Skip to content

ci: add GitHub Actions workflow on master#10

Merged
tonythethompson merged 2 commits into
masterfrom
pr/ci-on-master
Jul 3, 2026
Merged

ci: add GitHub Actions workflow on master#10
tonythethompson merged 2 commits into
masterfrom
pr/ci-on-master

Conversation

@tonythethompson

Copy link
Copy Markdown
Owner

Summary

Why this is needed

PR #3 merged CI into \pr/extract-shortcut-launch-executor, but \master\ never received \ci.yml. GitHub only runs \pull_request\ workflows that exist on the default branch, so open PRs showed no CI checks.

Test plan

Made with Cursor

Enable build and test checks on master pushes and all pull requests so stacked feature-branch PRs get CI once this lands on the default branch.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 3, 2026 04:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a GitHub Actions CI workflow on the default branch so PRs receive automated build/test checks for the QuickShell solution.

Changes:

  • Adds .github/workflows/ci.yml to run CI on push (master/main) and pull_request.
  • Builds QuickShell.sln in Release (Platform=x64) on windows-latest using .NET 10.
  • Runs dotnet test for QuickShell.Core.Tests in Release (Platform=x64) with --no-build.

Comment thread .github/workflows/ci.yml
Comment on lines +6 to +7
pull_request:

Co-authored-by: Cursor <cursoragent@cursor.com>
@tonythethompson tonythethompson merged commit 076002f into master Jul 3, 2026
1 check passed
@tonythethompson tonythethompson deleted the pr/ci-on-master branch July 3, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants